home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / gamma-bros.swf / scripts / DefineSprite_825 / frame_209 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  176 b   |  11 lines

  1. if(random(10) > 4)
  2. {
  3.    var tmpX = _parent.zapBunny._x + 24;
  4.    if(tmpX < 807)
  5.    {
  6.       _parent.zapBunny._x += 24;
  7.       gotoAndStop("loop3");
  8.       play();
  9.    }
  10. }
  11.